home *** CD-ROM | disk | FTP | other *** search
- // --------------------------------------------------------------------------------------------------------------
- //
- // MPackMUI V1.01 Peripheral Header
- //
- // --------------------------------------------------------------------------------------------------------------
-
- #include <exec/types.h>
- #include <libraries/asl.h>
-
- #include <proto/asl.h>
- #include <proto/dos.h>
- #include <proto/intuition.h>
-
- #include <string.h>
-
- // --------------------------------------------------------------------------------------------------------------
-
- // Internal Prototypes
-
- BOOL DoAslFileReq(char *, char *, BOOL);
- BOOL DoAslDirReq(char *, char *);
- void DoEasyReq(char *);
-
- // External Prototypes
-
- void CleanUp();
-
- // End Of Text
-